net/http.populateResponse.res (field)
7 uses
	net/http (current package)
		filetransport.go#L73: 		res: &Response{
		filetransport.go#L89: 	res          *Response
		filetransport.go#L114: 		pr.res.ContentLength = -1
		filetransport.go#L116: 	pr.ch <- pr.res
		filetransport.go#L120: 	return pr.res.Header
		filetransport.go#L129: 	pr.res.StatusCode = code
		filetransport.go#L130: 	pr.res.Status = fmt.Sprintf("%d %s", code, StatusText(code))
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |